Feature: Crear un post taggeado, revisar que el usuario lector pueda verlo,eliminar el tag, y revisar que el usuario lector ya no lo vea
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 55.155s |
Scenario: Como autor creo un post con tag, luego elimino el tag
Before
0m 6.517s
Given
I navigate to page "<HOST>" "ghost/#/signin"
0m 2.023s
And
I login with credentials "<USERNAME>" "<PASSWORD>"
0m 0.946s
And
I send a signal to user 2 containing "logged"
0m 1.375s
And
I wait for 2 seconds
0m 2.477s
When
I go to tag list
0m 0.738s
And
I go to new tag form
0m 0.597s
And
I send a signal to user 2 containing "creating tag"
0m 0.343s
And
I wait for 2 seconds
0m 2.407s
And
I create a tag with name "$name_2"
0m 0.538s
And
I save the tag
0m 0.551s
And
I send a signal to user 2 containing "tag created"
0m 0.346s
And
I wait for 2 seconds
0m 2.408s
And
I go to new post form
0m 0.727s
And
I send a signal to user 2 containing "creating post"
0m 0.290s
And
I wait for 2 seconds
0m 2.352s
And
I create a post with title "$name_3" and content "$string_2"
0m 0.838s
And
I choose the tag "$$name_2"
0m 1.303s
And
I send a signal to user 2 containing "posting"
0m 0.340s
And
I wait for 2 seconds
0m 2.364s
And
I post the post
0m 1.051s
And
I return to posts list
0m 1.232s
And
I send a signal to user 2 containing "post created"
0m 0.460s
And
I wait for a signal containing "checking" for 30 seconds
0m 6.520s
And
I wait for a signal containing "checked tagged" for 30 seconds
0m 4.483s
And
I wait for 1 seconds
0m 1.530s
And
I navigate to page "<HOST>" "ghost/#/tags"
0m 0.706s
And
I select the listed tag with name "$$name_2"
0m 0.536s
And
I send a signal to user 2 containing "deleting tag"
0m 0.354s
And
I wait for 2 seconds
0m 2.427s
And
I delete the tag
0m 0.945s
Then
I send a signal to user 2 containing "deleted tag"
0m 0.418s
After
0m 5.013s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<HOST>" "ghost/#/signin"
And
I login with credentials "<USERNAME>" "<PASSWORD>"
And
I send a signal to user 2 containing "logged"
And
I wait for 2 seconds
When
I go to tag list
And
I go to new tag form
And
I send a signal to user 2 containing "creating tag"
And
I wait for 2 seconds
And
I create a tag with name "$name_2"
And
I save the tag
And
I send a signal to user 2 containing "tag created"
And
I wait for 2 seconds
And
I go to new post form
And
I send a signal to user 2 containing "creating post"
And
I wait for 2 seconds
And
I create a post with title "$name_3" and content "$string_2"
And
I choose the tag "$$name_2"
And
I send a signal to user 2 containing "posting"
And
I wait for 2 seconds
And
I post the post
And
I return to posts list
And
I send a signal to user 2 containing "post created"
And
I wait for a signal containing "checking" for 30 seconds
And
I wait for a signal containing "checked tagged" for 30 seconds
And
I wait for 1 seconds
And
I navigate to page "<HOST>" "ghost/#/tags"
And
I select the listed tag with name "$$name_2"
And
I send a signal to user 2 containing "deleting tag"
And
I wait for 2 seconds
And
I delete the tag
Then
I send a signal to user 2 containing "deleted tag"
After
NO IMAGE AVAILABLE